home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
Homerun_Rally_baseball.swf
/
scripts
/
DefineSprite_96
/
frame_1
/
DoAction.as
Wrap
Text File
|
2005-01-07
|
216b
|
10 lines
thisX = _X;
thisY = _Y;
spX = getProperty("/pitch", _X);
spY = getProperty("/pitch", _Y);
difX = thisX - spX;
difY = thisY - spY;
xStp = difX / "5";
yStp = difY / "5";
setProperty("/pitch", _X, spX + xStp);